3.1.27 \(\int \frac {1}{\sqrt {a \cot ^2(x)}} \, dx\) [27]

Optimal. Leaf size=17 \[ -\frac {\cot (x) \log (\cos (x))}{\sqrt {a \cot ^2(x)}} \]

[Out]

-cot(x)*ln(cos(x))/(a*cot(x)^2)^(1/2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 17, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 10, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.200, Rules used = {3739, 3556} \begin {gather*} -\frac {\cot (x) \log (\cos (x))}{\sqrt {a \cot ^2(x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[1/Sqrt[a*Cot[x]^2],x]

[Out]

-((Cot[x]*Log[Cos[x]])/Sqrt[a*Cot[x]^2])

Rule 3556

Int[tan[(c_.) + (d_.)*(x_)], x_Symbol] :> Simp[-Log[RemoveContent[Cos[c + d*x], x]]/d, x] /; FreeQ[{c, d}, x]

Rule 3739

Int[(u_.)*((b_.)*tan[(e_.) + (f_.)*(x_)]^(n_))^(p_), x_Symbol] :> With[{ff = FreeFactors[Tan[e + f*x], x]}, Di
st[(b*ff^n)^IntPart[p]*((b*Tan[e + f*x]^n)^FracPart[p]/(Tan[e + f*x]/ff)^(n*FracPart[p])), Int[ActivateTrig[u]
*(Tan[e + f*x]/ff)^(n*p), x], x]] /; FreeQ[{b, e, f, n, p}, x] &&  !IntegerQ[p] && IntegerQ[n] && (EqQ[u, 1] |
| MatchQ[u, ((d_.)*(trig_)[e + f*x])^(m_.) /; FreeQ[{d, m}, x] && MemberQ[{sin, cos, tan, cot, sec, csc}, trig
]])

Rubi steps

\begin {align*} \int \frac {1}{\sqrt {a \cot ^2(x)}} \, dx &=\frac {\cot (x) \int \tan (x) \, dx}{\sqrt {a \cot ^2(x)}}\\ &=-\frac {\cot (x) \log (\cos (x))}{\sqrt {a \cot ^2(x)}}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.01, size = 17, normalized size = 1.00 \begin {gather*} -\frac {\cot (x) \log (\cos (x))}{\sqrt {a \cot ^2(x)}} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[1/Sqrt[a*Cot[x]^2],x]

[Out]

-((Cot[x]*Log[Cos[x]])/Sqrt[a*Cot[x]^2])

________________________________________________________________________________________

Maple [A]
time = 0.18, size = 26, normalized size = 1.53

method result size
derivativedivides \(\frac {\cot \left (x \right ) \left (\ln \left (\cot ^{2}\left (x \right )+1\right )-2 \ln \left (\cot \left (x \right )\right )\right )}{2 \sqrt {a \left (\cot ^{2}\left (x \right )\right )}}\) \(26\)
default \(\frac {\cot \left (x \right ) \left (\ln \left (\cot ^{2}\left (x \right )+1\right )-2 \ln \left (\cot \left (x \right )\right )\right )}{2 \sqrt {a \left (\cot ^{2}\left (x \right )\right )}}\) \(26\)
risch \(-\frac {\left ({\mathrm e}^{2 i x}+1\right ) x}{\sqrt {-\frac {a \left ({\mathrm e}^{2 i x}+1\right )^{2}}{\left ({\mathrm e}^{2 i x}-1\right )^{2}}}\, \left ({\mathrm e}^{2 i x}-1\right )}-\frac {i \left ({\mathrm e}^{2 i x}+1\right ) \ln \left ({\mathrm e}^{2 i x}+1\right )}{\sqrt {-\frac {a \left ({\mathrm e}^{2 i x}+1\right )^{2}}{\left ({\mathrm e}^{2 i x}-1\right )^{2}}}\, \left ({\mathrm e}^{2 i x}-1\right )}\) \(94\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a*cot(x)^2)^(1/2),x,method=_RETURNVERBOSE)

[Out]

1/2*cot(x)*(ln(cot(x)^2+1)-2*ln(cot(x)))/(a*cot(x)^2)^(1/2)

________________________________________________________________________________________

Maxima [A]
time = 0.50, size = 12, normalized size = 0.71 \begin {gather*} \frac {\log \left (\tan \left (x\right )^{2} + 1\right )}{2 \, \sqrt {a}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a*cot(x)^2)^(1/2),x, algorithm="maxima")

[Out]

1/2*log(tan(x)^2 + 1)/sqrt(a)

________________________________________________________________________________________

Fricas [B] Leaf count of result is larger than twice the leaf count of optimal. 45 vs. \(2 (15) = 30\).
time = 2.69, size = 45, normalized size = 2.65 \begin {gather*} -\frac {\sqrt {-\frac {a \cos \left (2 \, x\right ) + a}{\cos \left (2 \, x\right ) - 1}} \log \left (\frac {1}{2} \, \cos \left (2 \, x\right ) + \frac {1}{2}\right ) \sin \left (2 \, x\right )}{2 \, {\left (a \cos \left (2 \, x\right ) + a\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a*cot(x)^2)^(1/2),x, algorithm="fricas")

[Out]

-1/2*sqrt(-(a*cos(2*x) + a)/(cos(2*x) - 1))*log(1/2*cos(2*x) + 1/2)*sin(2*x)/(a*cos(2*x) + a)

________________________________________________________________________________________

Sympy [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {1}{\sqrt {a \cot ^{2}{\left (x \right )}}}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a*cot(x)**2)**(1/2),x)

[Out]

Integral(1/sqrt(a*cot(x)**2), x)

________________________________________________________________________________________

Giac [A]
time = 0.45, size = 19, normalized size = 1.12 \begin {gather*} -\frac {\log \left ({\left | \cos \left (x\right ) \right |}\right )}{\sqrt {a} \mathrm {sgn}\left (\cos \left (x\right )\right ) \mathrm {sgn}\left (\sin \left (x\right )\right )} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(1/(a*cot(x)^2)^(1/2),x, algorithm="giac")

[Out]

-log(abs(cos(x)))/(sqrt(a)*sgn(cos(x))*sgn(sin(x)))

________________________________________________________________________________________

Mupad [B]
time = 0.29, size = 25, normalized size = 1.47 \begin {gather*} -\frac {\mathrm {atan}\left (\frac {\sqrt {-a}\,\mathrm {cot}\left (x\right )}{\sqrt {a}\,\sqrt {{\mathrm {cot}\left (x\right )}^2}}\right )}{\sqrt {-a}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(1/(a*cot(x)^2)^(1/2),x)

[Out]

-atan(((-a)^(1/2)*cot(x))/(a^(1/2)*(cot(x)^2)^(1/2)))/(-a)^(1/2)

________________________________________________________________________________________